Mesh.vertices

Vertex attributes data +//// Vertex position (XYZ - 3 components per vertex) (shader-location = 0

struct Mesh
float* vertices;

Meta